provider = gtk_css_provider_new ();
gtk_css_provider_load_from_data (provider,
- "GtkLabel { border: 3px solid black; border-radius: 5px; padding: 2px; }"
- ".top { border-top-style: none; right-radius: 0px; border-top-left-radius: 0px; }"
+ "label { border: 3px solid black; border-radius: 5px; padding: 2px; }"
+ ".top { border-top-style: none; border-top-right-radius: 0px; border-top-left-radius: 0px; }"
".bottom { border-bottom-style: none; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }"
".left { border-left-style: none; border-top-left-radius: 0px; border-bottom-left-radius: 0px; }"
".right { border-right-style: none; border-top-right-radius: 0px; border-bottom-right-radius: 0px; }",